Documentation ¶
Overview ¶
Package pbes2 provides PBES2 with HMAC SHA-2 and AES Key wrapping algorithm.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHS256A128KW ¶
NewHS256A128KW returns a new algorithm that is PBES2 with HMAC SHA-256 and "A128KW" wrapping.
func NewHS384A192KW ¶
NewHS384A192KW returns a new algorithm that is PBES2 with HMAC SHA-384 and "A192KW" wrapping.
func NewHS512A256KW ¶
NewHS512A256KW returns a new algorithm that is PBES2 with HMAC SHA-512 and "A256KW" wrapping.
Types ¶
type PBES2CountSetter ¶
type PBES2CountSetter interface {
SetPBES2Count(p2c int)
}
Click to show internal directories.
Click to hide internal directories.