func RegisterCipher()

in pkcs8.go [74:76]


func RegisterCipher(oid asn1.ObjectIdentifier, cipher func() Cipher) {
	ciphers[oid.String()] = cipher
}